*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    
}

.global{
    margin-right: 40px;
    margin-left: 40px;
}
/*Begin of the Navbar */
                /*Begin of the Navbar */
                .offcanvas-header h1
                {
                    margin: 0px 0px auto 30px;
                    font-size: 20px;
                    color: #7da7cf;

                    letter-spacing: 1px;
                }
                
                
                
                .logo img {
                    position:absolute;
                    height: 50px;
                    mix-blend-mode: multiply;
                    cursor: auto;
                    transition:.5s;
                    margin: 12px;
                    margin-left: 15px;
                }
                
                .main{
                    position: fixed;
                    width: 100%;
                    transition: 0.5s;
                    height: 70px;
                    background-color: rgb(255, 255, 255);
                    z-index: 100;
                    border-radius: 1px 0px 10px 10px;
                    box-shadow: 0px 0px 18px #c35c5c99;

                }


                .navigation  ul {
                    float: right;
                    margin-right:50px;
                }
                .navigation  li {
                    display: inline-block;
                    margin: 0 4px; 
                    line-height: 70px;
                    padding: 0;
                    letter-spacing: 0px;
                }
                .navigation a {
                    color: #6d8991;
                    font-size: 17px;
                    cursor: pointer;
                    border: 1px solid transparent;
                    border-radius: 3px;
                    text-decoration: none;
                    padding: 3px;
                    
                
                }

                .navigation a:hover{
                    color: #00364b;
                    transition: 0.3s;
                    box-shadow: 0px 0px 6px #6d8991
                }

                .toggle{
                    display: none;

                } 
                .hid{
                    visibility: hidden;
                }
                .list{
                    display: flex;
                    position: absolute;
                    flex-direction: column;
                    border-radius: 3px;
                    align-items: center;
                    background: linear-gradient( 
                        349deg
                         , #7599c3, #9fe2ff);
                    text-shadow: 0px 0px 2px rgb(103 103 107);
                }
                    


                
                


                .list a {
                    color: white;
                    position: relative;
                    right: 15px;
                    font-size: 15px;
                    letter-spacing: 1x;
                    font-size: 16px;
                    padding:0;

                }

                .r {
                    line-height: 40px !important;
                    margin-left: 35px;
                    /* position: relative; */
                    /* display: flex; */
                    /* justify-content: center; */
                    /* align-items: center; */
                }



                .list {
                    display:none;

                }
                ul :hover .list
                {
                    display: flex;
                }

            

                @media (min-width: 992px){
                .container, .container-lg, .container-md, .container-sm {
                    max-width: 1100px!important;
                }

                }
               


                @media (max-width:909px) {

                    .navigation  ul {
                        float: right;
                        margin-right:8px;
                        position: relative;
                    }


                    .list{
                        display: flex;
                        position: relative;
                    }

                  
                .main  li  > ul{
                        list-style: none;
                    }
                    .offcanvas-end {
                        width: 225px;
                        margin: 0;
                    }

                    .offcanvas-body {
                        flex-grow: 1;
                        padding: 0rem 0.2rem;
                        overflow-y: auto;
                    }

                 .main  ul {
                        padding-left: 0.2rem;
                    }

                    .navigation{
                        position: fixed;
                        width: 0px;
                        height: 100%;
                        background : rgba(255, 255, 255, 0.986);
                        transition: 0.5s;
                        overflow: hidden;
                        right: 0;
                    }


                    .logo img {
                        height: 40px;
                        cursor: auto;
                        transition: .5s;
                        margin: 16px;
                        margin-left: 25px;
                    } 
                        

                    .navigation ul li {
                        position: relative;
                        width: 100%;
                    }
              

                    ul li a
                    {
                        position: relative;
                        display: block;
                        width: 100%;
                        display: flex;
                        text-decoration: none; 
                        color: #666666;
                        list-style: none;
                    }
                    .title {
                        position: relative;
                        padding: 0px 10px;
                        /* height: 70px; */
                        line-height: 40px;
                        /* white-space: nowrap; */
                        /* display: flex; */
                        justify-content: center;
                        font-size: 17px;
                        color: #666666;
                        font-weight: bold;
                    }
                    .toggle{ 
                        float: right;
                        position: relative;
                        display: inline-flex;
                        margin-right: 10px;
                        margin-top: 13px;
                        font-size: 25px;
                        background: linear-gradient( 
                            349deg
                             , #7599c3, #9fe2ff);
                                border: 0;

                    } 
                    
                    .toggle i{
                        width: 40px;
                        cursor: pointer;
                        display: none;
                        color:  rgb(3 169 244 / 97%);;
                        margin-top: 15px;
                        font-size: 39px;
                    }
                    .title h2 {
                        color: white;
                        margin-top: 20px;
                    }
                    


                .navigation.active{
                    width: 230px;
                    z-index: 3;
                    overflow: auto;

                }

                .main.active{
                    width: calc(100% - 230px);

                }
                .toggle i{
                    display: inline-block;
                    color: #02a0e3;
                
                }

                }
                @media (max-width:420px)   {  


       
                    

                    .navigation ul {
                        float: right;
                        margin-right: 0;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                }
                }
                @media (max-width:313px) {

            
                    

                
                    .navigation ul {
                        float: right;
                        margin-right: 0px;
                    }
                    .logo img {
                        height: 30px;
                        cursor: pointer;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                    
                    
                }


                }

                @media (max-width:312px) {
                    .logo img {
                        display: none;
                    }
                }

/* ==========================================End of Navbar*/



    /*=========================================================Begin of slider */
    .carousel-item {
 
        margin-top: 70px;
    }

                /* ==========================================Begin of Exhibition-main*/
                

                .Exhibition-main
                    
                {
                    display: flex;
                    position: relative;
                    margin: 2px auto;
                    width: 44%;
                
                }

                .Exhibition-main-child
                {
                    width: 100%;
                    background: linear-gradient( 
                        353deg
                         , #2e4c6f, #9fe2ff);
                        
                            border: 0;
                    margin: 2px auto;
                    text-align: center;
                    border-radius: 10px;
                    box-shadow: 0px 0px 9px 0px #555d60cf;
                    position: relative;
                    top: 90px;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 5px
              
                    
                }

             .Exhibition-main-child a {
                color:white;

                text-decoration: none;
           
                font-size: 4.5vmin;
            }
            .Exhibition-main-child:hover
            {
                background: #26a5dbad;
            
            }
       @media (max-width:909px) {

        
        .Exhibition-main
                    
        {
            width: 68%;
        
        }
           

                }
                
            
                            /* ==========================================Begin of Exhibition-main*/
                            
            
                            .conference-main
                                
                            {
                                display: flex;
                                position: relative;
                                margin: 2px auto;
                                width: 44%;
                                
                            
                            }
            
                            .conference-main-child
                            {
                                width: 100%;
                                background: linear-gradient( 
                                    353deg
                                     , #2e4c6f, #9fe2ff);
                                    
                                        border: 0;
                                margin: 2px auto;
                                text-align: center;
                                border-radius: 10px;
                                box-shadow: 0px 0px 9px 0px #555d60cf;
                                position: relative;
                                top: 90px;
                                position: relative;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                padding: 5px
                          
                                
                            }
            
                         .conference-main-child a {
                            color:white;
            
                            text-decoration: none;
                       
                            font-size: 4.5vmin;
                        }
                        .conference-main-child:hover
                        {
                            background: #26a5dbad ;
                        
                        }
                   @media (max-width:909px) {
            
                    
                    .conference-main
                                
                    {
                        width: 80%;
                        padding:10px;
                    
                    }
                       
                   }
            
                            /*=========================================================End of Exhibition-main*/
            

                                                        /* ==========================================Begin of Exhibition-main*/
                            
            
                                                        .visit-main
                                
                                                        {
                                                            display: flex;
                                                            position: relative;
                                                            margin: 2px auto;
                                                            width: 40%;
                                                            flex-direction: column;
                                                        
                                                        }
                                        
                                                        .visit-main-child
                                                        {
                                                            width: 100%;
                                                            background: linear-gradient( 
                                                                353deg
                                                                 , #2e4c6f, #9fe2ff);
                                                                
                                                                    border: 0;
                                                            margin: 2px auto;
                                                            text-align: center;
                                                            border-radius: 10px;
                                                            box-shadow: 0px 0px 9px 0px #555d60cf;
                                                            position: relative;
                                                            top: 90px;
                                                            position: relative;
                                                            display: flex;
                                                            justify-content: center;
                                                            align-items: center;
                                                            padding: 8px;
                                                            margin-top: 15px;

                                                            
                                                        }
                                        
                                                     .visit-main-child a {
                                                        color:white;
                                        
                                                        text-decoration: none;
                                                   
                                                        font-size: 4.5vmin;
                                                    }
                                                    .visit-main-child:hover
                                                    {
                                                        background: #26a5dbad;
                                                    
                                                    }
                                               @media (max-width:659px) {
                                        
                                                
                                                .visit-main
                                                            
                                                {
                                                    width: 80%;
                                                
                                                }
                                                   
                                               }
                                               @media (min-width:660px)  and (max-width:909px){
                                        
                                                
                                                .visit-main
                                                            
                                                {
                                                    width: 55%;
                                                
                                                }
                                                   
                                               }
                                                        /*=========================================================End of Exhibition-main*/
                                                        .carousel {
                                                            position: relative;
                                                            width: 100%;
                                                            margin: 2px auto;
                                                            overflow: hidden;
                                                        
                                                        }
                                                    img {
                                                        width: 100!important;
                                                    }    
                                                 
                                                        

/*---------------------------------------*/


